projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb4cb42
)
python.el comment.
author
Glenn Morris
<rgm@gnu.org>
Sun, 21 Nov 2010 02:19:39 +0000
(18:19 -0800)
committer
Glenn Morris
<rgm@gnu.org>
Sun, 21 Nov 2010 02:19:39 +0000
(18:19 -0800)
lisp/progmodes/python.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/python.el
b/lisp/progmodes/python.el
index ac0fc4f3a3b3d6c081572792ce3251c1d5e155f1..5d528e5fa283e6b33efcf3c18df59cd777609619 100644
(file)
--- a/
lisp/progmodes/python.el
+++ b/
lisp/progmodes/python.el
@@
-1550,6
+1550,7
@@
buffer for a list of commands.)"
(with-current-buffer
(let* ((cmdlist
(append (python-args-to-list cmd)
+ ;; See http://lists.gnu.org/archive/html/emacs-devel/2008-09/msg00215.html
'("-i" "-c" "import sys; sys.path.remove('')")))
(path (getenv "PYTHONPATH"))
(process-environment ; to import emacs.py